github.com/refraction-networking/utls.cipherSuite.keyLen (field)
6 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L139: keyLen int
handshake_client.go#L879: keysFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random, hs.suite.macLen, hs.suite.keyLen, hs.suite.ivLen)
handshake_server.go#L790: keysFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.clientHello.random, hs.hello.random, hs.suite.macLen, hs.suite.keyLen, hs.suite.ivLen)
u_conn.go#L774: cs.macLen, cs.keyLen, cs.ivLen)
u_public.go#L519: keyLen: cs.KeyLen,
u_public.go#L537: KeyLen: cs.keyLen,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |